<p class="Head1"><help:link Id="66388">Day Function [Runtime]</help:link></p>
<p class="Paragraph">Returns a value representing the day of the month based on a serial date number generated with <span style="font-weight:bold;">DateSerial</span> or <span style="font-weight:bold;">DateValue</span>.</p>
<p class="Paragraph">Number: A numeric expression containing a serial date number from which to determine the day of the month.</p>
<p class="Paragraph">This function is basically the reverse of the DateSerial function, and returns the day of the month from a serial date number generated with the <span class="T1">DateSerial</span> or <span class="T1">DateValue</span> function. Thus, the expression</p>